html,
body {
    position: relative;
    height: 100%;
    color: #333;
}

li {
    list-style: none;
}

a {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover {
    color: #229065;
}

.container_backtop {
    display: none;
    position: fixed;
    z-index: 200;
    width: 101px;
    height: 99px;
    bottom: 100px;
    cursor: pointer;
    background: url(jxm_bt_pep2023.png) left top no-repeat;
}

.container_backtop_active {
    background: url(backtop_pep2023.png) left top no-repeat;
}

nav {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

nav a {
    display: inline-block;
    text-decoration: none;
}

nav a:hover {
    animation: fadepep 0.3s;
    animation-fill-mode: both;
    text-decoration: none;
}

nav a.active {
    background: #229065;
    color: #fff;
}

header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.contaienr_header {
    position: relative;
    background: #229065;
}

.contaienr_header h1 {
    position: absolute;
    left: 5%;
    top: 50%;
    height: 29px;
    margin-top: -14px;
    font-size: 0;
    margin-bottom: 0;
}

footer {
    line-height: 200%;
    background: #313131;
    color: #fff;
}

footer div {
    padding: 0.5em 0;
}

footer div a {
    color: #fff;
    padding: 0 0.5em;
}

footer div span {
    color: #fff;
    padding: 0 0.5em;
}

footer div a:visited {
    color: #fff;
}

.container_search {
    position: absolute;
    right: 5%;
    top: 50%;
    border: 1px solid #999;
    border-radius: 10px;
    background: #fff;
    height: 30px;
    line-height: 28px;
    font-size: 18px;
    margin-top: -16px;
    padding-right: 30px;
}

.container_search input {
    width: 280px;
    background: none;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-indent: 1em;
}

.btn_submit_search {
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(btn_search_submit_pep2023.png);
    top: 50%;
    margin-top: -10px;
    right: 10px;
    cursor: pointer;
}

.con_title_news {
    border-bottom: 1px solid #999999;
}

.con_title_news a {
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: -2px;
    text-decoration: none;
    cursor: pointer;
}

.con_title_news a.active {
    color: #229065;
    border-bottom: 3px solid #229065;
    font-weight: bold;
}

.list_news ul {
    padding-left: 15px;
}

.list_news li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(cor_news_pep2023.jpg) left center no-repeat;
}

.list_news li a {
    color: #666666;
}

.list_news li a:hover {
    color: #228f65;
}

.list_news_pep {
    position: relative;
    margin: 0 15px;
}

.list_news_pep a {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_news_pep span {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 15px;
    color: #999;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
        font-size: 14px;
    }
    .contaienr_header {
        height: 60px;
    }
    nav {
        height: 60px;
    }
    nav .container {
        font-size: 20px;
        line-height: 32px;
        padding: 14px 15px;
    }
    nav a {
        padding: 0 0.15em;
    }
    nav span {
        padding: 0 4px;
    }
    footer {
        padding: 0.5em 0;
        line-height: 200%;
        text-align: center;
    }
    footer .container span {
        padding: 0 0.5em;
    }
    footer .container {
        font-size: 14px;
    }
    .container_backtop {
        right: 20px;
    }
    footer {
        font-size: 14px;
    }
    .container_search input {
        width: 220px;
    }
    .container_curpage {
        margin: 16px 0;
    }
    .con_title_news {
        margin-bottom: 10px;
    }
    .con_title_news a {
        width: 110px;
        line-height: 28px;
        height: 28px;
        font-size: 18px;
    }
    .list_news li {
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        padding-left: 0.5em;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        font-size: 16px;
    }
    .contaienr_header {
        height: 70px;
    }
    nav {
        height: 70px;
    }
    nav .container {
        font-size: 20px;
        line-height: 34px;
        padding: 20px 8px;
    }
    nav a {
        padding: 0 0.5em;
    }
    nav span {
        padding: 0 8px;
    }
    footer .container span {
        padding: 0 2px;
    }
    .container_search input {
        width: 240px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
        font-size: 18px;
    }
    footer {
        padding: 1em 0;
        line-height: 200%;
    }
    footer .container span {
        padding: 0 6px;
    }
    footer .container {
        font-size: 16px;
    }
    .container_backtop {
        right: 40px;
    }
    .footer_left {
        text-align: left;
    }
    .footer_right {
        text-align: right;
    }
    footer {
        font-size: 16px;
    }
    .container_search input {
        width: 280px;
    }
    .container_curpage {
        margin: 24px 0;
    }
    .con_title_news {
        margin-bottom: 16px;
    }
    .con_title_news a {
        width: 140px;
        line-height: 40px;
        height: 40px;
        font-size: 24px;
    }
    .list_news li {
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        padding-left: 0.75em;
    }
}

@media (min-width: 1730px) {
    .container {
        width: 1700px;
        font-size: 20px;
    }
    .contaienr_header {
        height: 80px;
    }
    nav {
        height: 80px;
    }
    nav .container {
        font-size: 28px;
        line-height: 40px;
        padding: 20px 15px;
    }
    nav a {
        padding: 0 0.8em;
    }
    .container_search input {
        width: 320px;
    }
    .list_news li {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        padding-left: 1em;
    }
}